home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / util / mouse / FreeMouse.lha / FreeMouse / Build < prev    next >
Encoding:
Text File  |  1995-06-01  |  213 b   |  12 lines

  1. stack 50000
  2. Echo "Building project - this may take a while!"
  3. CompList >t:BScr vc -c %s -o Obj/%s%s
  4. execute t:BScr
  5. Echo " "
  6. Echo "Linking..."
  7. vc obj/#?.o -o FreeMouse
  8. delete >nil: t:BScr
  9. Echo " "
  10. Echo "All done."
  11.  
  12.